home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / event.d / logd < prev    next >
Encoding:
Text File  |  2007-03-11  |  299 b   |  17 lines

  1. # logd
  2. #
  3. # This service is started automatically by init so that the output from
  4. # other services can be logged.
  5.  
  6. description    "service logging daemon"
  7. author        "Scott James Remnant <scott@ubuntu.com>"
  8.  
  9. stop on runlevel 0
  10. stop on runlevel 1
  11. stop on runlevel 6
  12.  
  13. console output
  14.  
  15. exec /sbin/logd
  16. respawn
  17.